knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Installing package

This is done with

devtools::install_github("jonotuke/examMarking")

Load package

library(examMarking)

Load template

  1. Start with

File > New File > R Markdown ...

knitr::include_graphics("new_file.png")
  1. Choose From Template

  2. Choose Exam Template

  3. Set Name - in this example primary

  4. Choose Location - in this example Desktop

  5. Click OK

knitr::include_graphics("dialog_box.png")
  1. You should now have a folder called primary
knitr::include_graphics("folder_structure.png")

Writing exam

Open the .Rmd file and edit this.



jonotuke/examMarking documentation built on Nov. 26, 2019, 3:48 p.m.